From: matrss Date: Sun, 8 Dec 2024 17:27:59 +0000 (+0000) Subject: Added a comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~10^2~99 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=01386a982b71de66ed2747f7ccbb9e6fd41a100a;p=git-annex.git Added a comment --- diff --git a/doc/todo/generic_p2p_socket_transport/comment_1_0eafb233b37668daa473f0415e11813f._comment b/doc/todo/generic_p2p_socket_transport/comment_1_0eafb233b37668daa473f0415e11813f._comment new file mode 100644 index 0000000000..e341ce2158 --- /dev/null +++ b/doc/todo/generic_p2p_socket_transport/comment_1_0eafb233b37668daa473f0415e11813f._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="matrss" + avatar="http://cdn.libravatar.org/avatar/59541f50d845e5f81aff06e88a38b9de" + subject="comment 1" + date="2024-12-08T17:27:59Z" + content=""" +I suppose this wouldn't have to communicate over unix sockets either, it could also use stdin/stdout like `git annex shell p2pstdio`, but without skipping authentication, instead using the `git annex p2p` pairing process. Something like socat could then be used to connect those stdin/stdout's to a unix socket, tcp port, or whatever else. +"""]]